'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function FindIndex( _ ByVal match As System.Predicate(Of NAngle) _ ) As System.Integer
'Usage
Dim instance As NAngleList Dim match As System.Predicate(Of NAngle) Dim value As System.Integer value = instance.FindIndex(match)
[__DynamicallyInvokable()] public System.int FindIndex( System.Predicate<NAngle> match )
Parameters
- match